home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Shareware World / Utilities / Text Processing / TextConverter 1.0.1 / ReadMe < prev    next >
Text File  |  1997-08-30  |  10KB  |  202 lines

  1. Contact Information
  2.  
  3. Cadili Francesco
  4. Email: <cadili@kagi.com>            (registration, info & bugs report)
  5.  
  6. Testing Information
  7.  
  8. My program ara tested onto:
  9.     •    PowerMac 8200 with System 7.6
  10.     • Quadra 800 with System 7.5.5
  11.     • Macintosh IIsi with System 7.1
  12.  
  13. ConvertTextInfos 1.0 - $5
  14.  
  15. ConvertTextInfos is a program used to read the data send through a html page usually to your email address. The program format the data in a readle way for a text editor. You can find at ftp://ftp.amug.org/pub/amug/bbs-in-a-box/files/recent/convert-text-infos-1.0.1.sit.hqx
  16.  
  17. This is a first version, a new release will be shipped. New version will include:
  18.         •   the use of a preference file in a text format used in the conversion process to make
  19.                                 easy the program modification.
  20.  
  21. ConvertTextInfos is a shareware you can use for 30 days, after that you have to pay your share fee.
  22.  
  23. ConvertTextInfos version History
  24.  
  25. 1.0.0: The first internet release.
  26. 1.0.0b2: Fix an error with the "Power Mac Debugger 2.1a1" (I have add the proper SIZE resources).
  27. 1.0.1b1: Fix an error with the "AppleEvent Manager" (the structure QDGlobals is now static). Add the support of AppleEvent (supports kAEQuitApplication and kAEOpenDocuments messages).
  28. Add a suffix (.out) to the processed file. Support multiple file with Drag&Drop.
  29.  
  30. DLOG_Manager 1.10 - $15
  31.  
  32. DLOG_Manager is a library that can help in handle a DLOG structure. You define the DLOGs item in a Template structure 'EdF2'.
  33. It includes different feature that apple DLOG manager dosn't support.
  34.     a)    uses styl Text Edit for input and output.
  35.      b)    uses  trumbs to manage greater text.
  36.     c)    uses multi-level pop-ups.
  37.     d)    uses input field with pop-ups.
  38.  
  39. You can find a copy of the ptogram at ftp://ftp.euro.net/Mac/info-mac/_Development/_Library/dlog_manager
  40.  
  41. I raccomand you to try the program for a cuple of week and the decide to register it or to delete it. You can obtain more information typist Cmd-Opt-I in the main window (the one that appare after you type Cmd-N).
  42.  
  43. The package contains two 68K version, one for the MPW 3.3.1 and one for THINK C 7.07.
  44. The two folder contain a program DLOGManagerSample 1.1 that swhow the management capacity of the library.
  45.  
  46. I'd like if you send me your comment about DLOGManager (for example what sort of funcion will be 
  47. implemented to make it usefull for you) specifying what is right and what is wrong. I'm wainting for 
  48. your comments to make DLOGManager a good library.
  49.  
  50. Example:
  51.  
  52. The code for managing this DLOG is:
  53.  
  54. /***
  55.  *        help();
  56.  *
  57.  *        mostra l'help DLOG. 
  58.  *        (helpDialog = 132, helpDLOGDescr = 132)
  59.  *
  60.  ***/
  61. void CgestisciDLOGDati::help(void)
  62. {
  63.         DialogPtr                                                helpDialog;
  64.         CgestisciDLOGDati    helpDLOG;
  65.         EventRecord                                        event;
  66.         short                                                                itemHit, pos;
  67.         Boolean                                                            status;
  68.  
  69.         helpDialog = GetNewDialog(helpDLOGID, NULL, (WindowPtr)-1L);
  70.         if (helpDialog != NULL && !helpDLOG.IgestisciDLOGDati(helpDialog, helpDLOGDescr))
  71.         {
  72.                 helpDLOG.disableAboutDLOG = true;
  73.              do
  74.              {                    
  75.                         helpDLOG.idle();
  76.                      GetNextEvent(everyEvent, &event);
  77.                      itemHit = helpDLOG.gestEvent(&event);                                    //    gestisce i keyDown & equivalent
  78.                      if (itemHit == -1 && IsDialogEvent(&event))
  79.                      {
  80.                              DialogSelect(&event, &helpDialog, &itemHit);
  81.                              helpDLOG.itemSelect(&event, itemHit, &pos, &status);            // gestisce l'item
  82.                      }
  83.                      if (itemHit == okhelpDLOGitem)
  84.                                 break;
  85.                      }
  86.                      while(true);
  87.                      helpDLOG.Dispose();
  88.                      DisposDialog(helpDialog);
  89.             }
  90.             else if (helpDialog != NULL)
  91.                      DisposDialog(helpDialog);
  92. }
  93.  
  94.  
  95.  
  96. Where the tempate structure 'EdF2' is:
  97.  
  98.             Diasable DLOG Manager Info              BOOL            Viene posto a true se all'interno
  99.                                                                                                                                                                                             dei DLOG non e' possibile accedere
  100.                                                                                                                                                                                             al DLOG delle informazioni sulla 
  101.                                                                                                                                                                                             libreria DLOG Manager version 1.01
  102.                                                                                                                                                                                             tramite la sequenza Comd-Opt-I.
  103.             Number of Edit Field                       ZCNT            Le caratteristiche di tutti i campi 
  104.                                                                                                                                                                                             Text-Edit presenti nel DLOG:
  105.                                 *****                                                                                    LSTC
  106.                                 Edit Field                                                                DWRD            L'item del campo di input (user item) 
  107.                              Font                                                                                        PSTR            Il Font del campo di input
  108.                                     Size                                                                                        DWRD            La dimensione del font usato
  109.                                 chicago font allignement        BOOL            Viene posto a true se si vuole allineare
  110.                                                                                                                                                                                             il font al font di sistem (chicago 12)
  111.                                 Has ScrollBar                                                 BOOL            Posto a true se il campo di input ha lo
  112.                                                                                                                                                                                             scroll bar (verticale).
  113.                                 Has Orizzontal ScrollBar        BOOL            Posto a true se il campo di input ha lo
  114.                                                                                                                                                                                             scroll bar (orizzontale).
  115.                                 Can Modify Font                                            BOOL            posto a true se l'utente può modificare
  116.                                                                                                                                                                                             lo stile del campo di input.
  117.                                 inizialize with styl ID            BOOL            il testo con cui inizializzare il campo
  118.                                                                                                                                                                                              (memorizzato in campo 'TEXT' and 'styl')
  119.                                 Has PopUp                                                                    BOOL            Posto a true se il campo di input ha as-
  120.                                                                                                                                                                                             sociato un popup.
  121.                                 PopUp Field                                                            DWRD            item del DLOG corrispondente al pop up
  122.                                                                                                                                                                                             (user item)
  123.                              PopUp                                                                                    DWRD            ID del menu del pop up (ID di una risorsa
  124.                                                                                                                                                                                              MENU con ID < 255)
  125.                                 *****                                                                                 LSTE
  126.             Number of List Field                                            ZCNT            Le caratteristiche di tutti i campi 
  127.                                                                                                                                                                                             lista presenti nel DLOG:
  128.                              *****                                                                                 LSTC         
  129.                                 Edit Field                                                                DWRD            L'item del campo lista (user item).
  130.                                 Number of Item                                                ZCNT            Descrizione degli elementi che compongono
  131.                                                                                                                                                                                             la lista (numero di colonne)
  132.                                                  *****                                                             LSTC         
  133.                                                     Dimensione                                            DWRD            Dimensione in pixel della colonna
  134.                                                     Titolo                                                            PSTR            Titolo della colonna posto 4 pixel sopra,
  135.                                                                                                                                                                                                 allineamento a sinistra rientrato di 4
  136.                                                                                                                                                                                                 pixel.
  137.                                                     Font Titolo                                        PSTR            Font del titolo
  138.                                                     Size Font Titolo                    DWRD            Size del titolo
  139.                                                  Font                                                                    PSTR            Font usato per le scritte interne
  140.                                                             Size                                                                    DWRD            Dimensione delle scritte
  141.                                                     Can Modify                                            BOOL            Posto a true se è possibile modificare il
  142.                                                                                                                                                                                             contenuto della colonna.
  143.                                                  *****                                                             LSTE         
  144.                                 Has ScrollBar                                                    BOOL            Posto a true se la lista ha lo scroll (ver-
  145.                                                                                                                                                                                             ticale)
  146.  
  147.                                 Has Number Field                                        BOOL            Se la lista ha la colonna di numerazione 
  148.                                                                                                                                                                                             (larghezza 20 pixel).
  149.                                 Number Font                                                            PSTR            La font usata nel campo numerico.
  150.                                 Number Size                                                            DWRD            La dimensione del font.
  151.                              *****                                                                                 LSTE         
  152.                     Number of PopUp Field                                ZCNT            Le caratteristiche degli uteriori popup
  153.                                                                                                                                                                                             presenti nel DLOG.
  154.                                 *****                                                                                 LSTC         
  155.                                 PopUp Field                                                            DWRD            L'item del popup (user item).
  156.                                 PopUp                                                                                 DWRD            L'ID del menu (minore di 255).
  157.                                 *****                                                                                 LSTE         
  158.                     Default info                                                                    ZCNT            Le informazioni sui bottoni di default.
  159.                                  *****                                                                             LSTC         
  160.                                     Input field                                                        DWRD            item del campo di input associato al 
  161.                                                                                                                                                                                                 bottotone (<= 0 se il bottone non è 
  162.                                                                                                                                                                                                 associato ad alcun campo.
  163.                                     Button field                                                    DWRD            Numero di item del bottone.
  164.                                     *****                                                                             LSTE         
  165.                     Cancel Button                                                                DWRD            Il bottone cancel (associato all'Esc key)
  166.                     Button Equivalent                                                ZCNT            Descrittori dei command equivalent asso-
  167.                                                                                                                                                                                             ciati ai bottoni.
  168.                                                                                                                                                 
  169.                              *****                                                                             LSTC         
  170.                                 Key Char                                                                    CHAR                codice del carattere associato.
  171.                                 Button field                                                    DWRD                numero di item del bottone.
  172.                                 *****                                                                             LSTE         
  173.  
  174.  
  175. DLOGManager is a shareware you can use for 30 days, after those you have to pay your share fee.
  176. If you intend to use DLOGManager for a commercial product (other that free share - shareware) you have to pay a fee of 50$.
  177.  
  178. DLOGManager version History
  179.  
  180. 1.0.2: The first internet release. Support only 68K code.
  181. 1.1.0: Second internet release. The code is totally revised to be more OO.
  182.     •    support 68K and PPC.
  183.  • MPW and Symantec version. 
  184.  • use preference file.
  185.  • now DLOG manager registarion info appares only after a try-out period of 30 days.
  186.  
  187. TextConverter 1.0.1- $10
  188.  
  189.     TextConverter is a usefull tool to convert text files from the DOS or Unix platform into the macintosh one. TextConverter works on folder, so you can convert all the 'TEXT' file in a  folder  in a single selection. 
  190. The program is safe because only the file with type 'TEXT' and with not special suffix are converted.
  191. This first version is a 68K application.
  192.  
  193. Future release will have:
  194.     •    FAT version of TextConverter.
  195.     •    New select dialog (so you can convert one file too).
  196.     •    The support of drag&drop.
  197.  
  198. Suggestion about finding the program.
  199.  
  200. If you can download a copy of my program you can try with the search engine at http://www.shareware.com
  201.  
  202.